home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 17 / Computer Interactive cdrom 17 - gen 99.iso / ZDNETIT / CONTENT / SMTPCEMS.ZIP / STATUS32._M_ < prev    next >
Encoding:
Text File  |  1998-08-31  |  400 b   |  18 lines

  1. #
  2. # Microsoft makefile for STATUS [Win32]
  3. # Requires SEE32.DLL & SEE32.LIB
  4. #
  5. # To use: "nmake status32._m_"
  6. #
  7.  
  8. !include <win32.mak>
  9.  
  10. CCFLAGS = -c -DWIN32 -DSTRICT -G3 -Ow -W3 -Zp -Tp
  11.  
  12. status.exe: status.obj see32.lib
  13.   link $(conlflags) status.obj -out:status.exe $(conlibs) see32.lib user32.lib kernel32.lib user32.lib
  14.  
  15. status.obj: status.c see.h
  16.    cl $(cflags) $(cvars) status.c
  17.  
  18.